Conversation
intended to do this with the v9.0.0 release, but apparently forgot
|
I tried adding |
rax-it
left a comment
There was a problem hiding this comment.
Looks like in v8 we had:
"main": "dist/index.cjs.js",
"module": "dist/index.js",
which is probably why node was able to resolve it, and we don't have this in v9.
Sorry, I am still not convinced that this will work.
Can you link this locally to lwc-test and make sure it works?
|
The "module" field is a convention for bundlers; node itself doesn't use it in the lookup algorithm. |
Sure that will work but will this import without nested import work? I don't think explicitly requiring |
No, this change will not make |
I intended to do this with the v9.0.0 release, but apparently forgot.
Details
Does this pull request introduce a breaking change?
Does this pull request introduce an observable change?
GUS work item